From 9e479734213b44569e418ddda97b692d59e5ae36 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 Jun 1993 12:53:35 +0000 Subject: [PATCH] * s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this. --- src/s/gnu-linux.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 1499d819466..8b481207ec2 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -209,5 +209,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Work around a bug in glibc with _longjmp. */ #define C_SWITCH_SYSTEM -D_BSD_SOURCE -/* Let's try this out, just in case. */ -#define SIGNALS_VIA_CHARACTERS +/* Let's try this out, just in case. + Nah. Rik Faith says it doesn't work well. */ +/* #define SIGNALS_VIA_CHARACTERS */ -- 2.30.2